home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / misc_src / cslib16b / include / csjulian.h < prev    next >
Text File  |  1995-11-01  |  659b  |  18 lines

  1. /***********************************************************************
  2.  
  3.                                        CSA Library, Version 1.6.b 
  4.                                          Released: March 2nd 1995 
  5.  
  6.        Julian date routines.
  7.  
  8.                                            Copyright(c) 1994,1995 
  9.                                                            Combis 
  10.                                                   The Netherlands 
  11. ***********************************************************************/
  12.  
  13. #define __CSJULIAN_H
  14.  
  15. long cal_julian(int month,int day,int year);
  16. void julian_cal(long julian,int &month,int &day,int &year);
  17.  
  18.